Html Css Color HEX #AF30CF Dark Orchid

📋 copy color: '#AF30CF'

red 175 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #AF30CF

Tints of Dark Orchid #AF30CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.16%

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

R = 40.7%
G = 11.16%
B = 48.14%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF30CF (or 0xAF30CF) is known color: Dark Orchid. HEX triplet: AF, 30 and CF. RGB value is (175,48,207). Sum of RGB (Red+Green+Blue) = 175+48+207=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF30CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF30CF is #50CF30. Grayscale: #676767. Windows color (decimal): -5295921 or 13578415. OLE color: 13578415.

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

Color convert

RGB 175 48 207 -
CMYK 0.15 0.77 0 0.19
HSL 287.92º 0.62% 0.5% -
HSV(B) 287.92º 0.77% 0.81% -
XYZ 30 15.73 60.49 -
YUV 104.1 186.08 178.57 -
System Red Green Blue C M Y K H S L
Decimal 175 48 207 0.15 0.77 0 0.19 287.92 0.62 0.5
Hex AF 30 CF F 4D 0 13 120 3E 32
Octal 257 60 317 17 115 0 23 440 76 62
Binary 10101111 110000 11001111 1111 1001101 0 10011 100100000 111110 110010

Color Harmonies of #AF30CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF30CF

Black with #AF30CF

Text Example


Text Example

White with #AF30CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF30CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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