Html Css Color HEX #AF3ACF Dark Orchid

📋 copy color: '#AF3ACF'

red 175 ◦ green 58 ◦ blue 207

#AF3ACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF3ACF

Tints of Dark Orchid #AF3ACF

RGB

 RED value IS 175 (68.75% from 255) = 39.77%

 GREEN value IS 58 (23.05% from 255) = 13.18%

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 39.77%
G = 13.18%
B = 47.05%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF3ACF (or 0xAF3ACF) is known color: Dark Orchid. HEX triplet: AF, 3A and CF. RGB value is (175,58,207). Sum of RGB (Red+Green+Blue) = 175+58+207=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF3ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ACF is #50C530. Grayscale: #6D6D6D. Windows color (decimal): -5293361 or 13580975. OLE color: 13580975.

HSL color Cylindrical-coordinate representation of color #AF3ACF: hue angle of 287.11º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3ACF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 58 207 -
CMYK 0.15 0.72 0 0.19
HSL 287.11º 0.61% 0.52% -
HSV(B) 287.11º 0.72% 0.81% -
XYZ 30.45 16.65 60.64 -
YUV 109.97 182.76 174.38 -
System Red Green Blue C M Y K H S L
Decimal 175 58 207 0.15 0.72 0 0.19 287.11 0.61 0.52
Hex AF 3A CF F 48 0 13 11F 3D 34
Octal 257 72 317 17 110 0 23 437 75 64
Binary 10101111 111010 11001111 1111 1001000 0 10011 100011111 111101 110100

Color Harmonies of #AF3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ACF

Black with #AF3ACF

Text Example


Text Example

White with #AF3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ACF; }

 p { color: rgb(175,58,207); }

 H1.HeaderClassName
 {
   color: #AF3ACF;
 }
 .AnyTagClassName
 {
   color: #AF3ACF;
 }
</style>

background-color css

<style>
 a { background-color: #AF3ACF; }

 a { background-color: rgb(175,58,207); }

 div.DivClassName
 {
   background-color: #AF3ACF;
 }
 .BgClassName
 {
   background-color: #AF3ACF;
 }
</style>

border-color css

<style>
 span { border-color: #AF3ACF; }

 span { border-color: rgb(175,58,207); }

 td.TdClassName
 {
   border-color: #AF3ACF;
 }
 .TagClassName
 {
   border-color: #AF3ACF;
 }
</style>