Html Css Color HEX #AF3CC7 Dark Orchid

📋 copy color: '#AF3CC7'

red 175 ◦ green 60 ◦ blue 199

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

Shades of Dark Orchid #AF3CC7

Tints of Dark Orchid #AF3CC7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

 BLUE value IS 199 (78.13% from 255) = 45.85%

R = 40.32%
G = 13.82%
B = 45.85%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF3CC7 (or 0xAF3CC7) is known color: Dark Orchid. HEX triplet: AF, 3C and C7. RGB value is (175,60,199). Sum of RGB (Red+Green+Blue) = 175+60+199=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF3CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CC7 is #50C338. Grayscale: #6D6D6D. Windows color (decimal): -5292857 or 13057199. OLE color: 13057199.

HSL color Cylindrical-coordinate representation of color #AF3CC7: hue angle of 289.64º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3CC7 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 60 199 -
CMYK 0.12 0.70 0 0.22
HSL 289.64º 0.55% 0.51% -
HSV(B) 289.64º 0.7% 0.78% -
XYZ 29.6 16.47 55.65 -
YUV 110.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 175 60 199 0.12 0.70 0 0.22 289.64 0.55 0.51
Hex AF 3C C7 C 46 0 16 122 37 33
Octal 257 74 307 14 106 0 26 442 67 63
Binary 10101111 111100 11000111 1100 1000110 0 10110 100100010 110111 110011

Color Harmonies of #AF3CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CC7

Black with #AF3CC7

Text Example


Text Example

White with #AF3CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CC7; }

 p { color: rgb(175,60,199); }

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

background-color css

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

 a { background-color: rgb(175,60,199); }

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

border-color css

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

 span { border-color: rgb(175,60,199); }

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