Html Css Color HEX #AF3CDA Dark Orchid

📋 copy color: '#AF3CDA'

red 175 ◦ green 60 ◦ blue 218

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

Shades of Dark Orchid #AF3CDA

Tints of Dark Orchid #AF3CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 38.63%
G = 13.25%
B = 48.12%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF3CDA (or 0xAF3CDA) is known color: Dark Orchid. HEX triplet: AF, 3C and DA. RGB value is (175,60,218). Sum of RGB (Red+Green+Blue) = 175+60+218=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CDA is #50C325. Grayscale: #6F6F6F. Windows color (decimal): -5292838 or 14302383. OLE color: 14302383.

HSL color Cylindrical-coordinate representation of color #AF3CDA: hue angle of 283.67º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3CDA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 60 218 -
CMYK 0.20 0.72 0 0.15
HSL 283.67º 0.68% 0.55% -
HSV(B) 283.67º 0.72% 0.85% -
XYZ 31.95 17.41 68.01 -
YUV 112.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 175 60 218 0.20 0.72 0 0.15 283.67 0.68 0.55
Hex AF 3C DA 14 48 0 F 11C 44 37
Octal 257 74 332 24 110 0 17 434 104 67
Binary 10101111 111100 11011010 10100 1001000 0 1111 100011100 1000100 110111

Color Harmonies of #AF3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CDA

Black with #AF3CDA

Text Example


Text Example

White with #AF3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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